home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 515 / multiple.txt < prev    next >
Text File  |  1991-02-03  |  1KB  |  20 lines

  1. script 5 Download multiple ST Lib files
  2. ECHO OFF                            Don't display commands
  3. CLEAR                               Clear the screen
  4. NOTE "Enter the file numbers to download, separate by a comma, 1 line."
  5. GETSTRING 1                         File number list
  6. IF SUCCESS                          String entered
  7. LOG ONTO "476;6"                    Logon to ST RT Library
  8. SENDLINE "%1"                       Send file numbers to download
  9. WAITFORPROMPT                       Ready for download type
  10. SENDLINE "Z"                        zmodem
  11. WAITFORPROMPT                       Download complete
  12. SENDLINE "n"                        No more files to download
  13. WAITFORPROMPT                       Ready to logoff
  14. LOG OFF                             Logoff GEnie
  15. ELSE                                No string entered
  16. NOTE "File download cancelled due to no string entered."
  17. ENDIF
  18. endscript
  19.  
  20. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə